var runtime.bbuckets

5 uses

	runtime (current package)
		mprof.go#L143: 	bbuckets  *bucket // blocking profile buckets
		mprof.go#L254: 		b.allnext = bbuckets
		mprof.go#L255: 		bbuckets = b
		mprof.go#L665: 	for b := bbuckets; b != nil; b = b.allnext {
		mprof.go#L670: 		for b := bbuckets; b != nil; b = b.allnext {